home *** CD-ROM | disk | FTP | other *** search
/ Web Art / Web Art.iso / macwebcd / macweb.dxr / Internal_26.ls < prev    next >
Encoding:
Text File  |  1999-07-16  |  197 b   |  11 lines

  1. on mouseUp
  2.   global gM
  3.   puppetSprite(10, 1)
  4.   gM = the memberNum of sprite 10 - 1
  5.   if gM < 1 then
  6.     gM = 49
  7.   end if
  8.   set the member of sprite 10 to member(gM, "examples")
  9.   updateStage()
  10. end
  11.